upgrade minimum cmake version (#255)
authordundargoc <33953936+dundargoc@users.noreply.github.com>
Sun, 26 Nov 2023 02:00:49 +0000 (03:00 +0100)
committerGitHub <noreply@github.com>
Sun, 26 Nov 2023 02:00:49 +0000 (21:00 -0500)
commita9c6332ad1f8e1c987aae5d4a4b632b2c52d5782
treec9316112bdbabd7ccbb2d9d0954e75157ce1168d
parent2bbb1ba932f727aad1fab14fafdbc89ff9dc4604
upgrade minimum cmake version (#255)

This will silence the following warning:

CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  Compatibility with CMake < 3.5 will be removed from a future version of
  CMake.

  Update the VERSION argument <min> value or use a ...<max> suffix to tell
  CMake that the project does not need compatibility with older versions.
CMakeLists.txt